Welcome![Sign In][Sign Up]
Location:
Search - capture screen c

Search list

[Web Serverweb_Client

Description: 在对远程控制理论性研究的基础上,详细给出了客户端通信程序设计的指导性原则,进行了基于Winsock套接口远程控制客户机系统的设计,给出了基于C/S模型远程控制客户机的Winsock通信程序的分析设计。最后,以Visual C++6.0为工具完成了远程控制的编程,实现了一些远程控制的基本的功能,如对远程主机的屏幕抓取、文件管理和重启动等。-remote control in the theoretical study on the basis of Details are given client communication procedures designed guiding principles, Based on a set of Winsock interface client remote control system design Based on the C/S model remote control of Winsock client communication process analysis and design. Finally, the Visual C 6.0 as a tool for the completion of the remote control programming, realize some of the basic remote control functions, such as the remote host screen capture, document management and restart the other.
Platform: | Size: 58368 | Author: 福东方 | Hits:

[Windows DevelopCaptureScrn

Description: C++ Builder 实现 屏幕捕获存储文件程序。-C++ Builder realize the screen capture files stored procedures.
Platform: | Size: 7168 | Author: 物语 | Hits:

[CSharpgdi

Description: c#写的屏幕捕获程序,可以捕获当前屏幕图像,使用vs2008编写,调试通过.-A program write by csharp can capture the screen in to image.
Platform: | Size: 46080 | Author: zyg | Hits:

[CSharpCaptureScreen

Description: 使用c#語言來擷取目前畫面的範例,可擷取不同區域的內容-C# language used to retrieve the current example of the screen can capture the contents of different regions
Platform: | Size: 1896448 | Author: chunyi | Hits:

[Multimedia DevelopWindowsScreenSaver

Description: C++ Builder编写的Windows屏幕保护程序,从此程序中可以学习到对Windows系统事件的捕获及正确处理。-C++ Builder written in Windows screen saver, you can learn from this program on the Windows system event capture and proper handling.
Platform: | Size: 4911104 | Author: lll | Hits:

[CSharpjietu

Description: 带截图、抓屏功能的C#图片浏览器 画面精美-With a screenshot, screen capture function in C# Image Browser
Platform: | Size: 235520 | Author: 唐门 | Hits:

[CSharpCapturer

Description: Capture your Screen using C#
Platform: | Size: 33792 | Author: baoanh171 | Hits:

[CSharpqastrocam-g2_4.6beta20091209_src.tar

Description: 一个由C#开发的抓屏软件,源代码 一个由C#开发的抓屏软件,源代码-a software used to capture the screena software used to capture the screena software used to capture the screena software used to capture the screen
Platform: | Size: 349184 | Author: ken peng | Hits:

[CSharpsc

Description: 本程序实现屏幕捕获功能,用C#实现,功能实用,可以作为日常的抓图程序使用。-The Program for screen capture function, using C# implementation, functional and practical, can be used as a routine procedure drawings.
Platform: | Size: 46080 | Author: 武东亮 | Hits:

[ICQ-IM-ChatMyQQ

Description: 本程序可在Visual C++的环境下运行。可以选择是TCP连接还是UDP连接。运行程序时既可以做服务器又可以做客户端,还可以一个窗口既是服务器又是客户端。可以发送消息,也可以传输文件,还可以实现抓取屏幕的功能。这是一个功能强大的应用程序。-This program can be in Visual C++ environment to run. Can choose a TCP connection or UDP connections. When running the program can do both server and client can do can also be both a window server is the client. Can send a message, you can transfer files, you can also capture the screen to achieve the function. This is a powerful application.
Platform: | Size: 43008 | Author: 萧飞 | Hits:

[Graph programgetscreen(vc)

Description: 实现屏幕录屏截图功能.采用Visual C++ 6.0 MFC开发实现.非常好的不错的学习资料-Recorded screen capture feature of screen. Using Visual C++ 6.0 MFC development to achieve. Very good good learning materials
Platform: | Size: 342016 | Author: zhangzhiyi_923 | Hits:

[SCMC_Programming_code_achieve_classic_screen_capture.

Description: C编程设计实现画面捕捉的经典代码C Programming code to achieve the classic screen capture-C Programming code to achieve the classic screen capture
Platform: | Size: 261120 | Author: aoo | Hits:

[GUI DevelopScreenCap2

Description: This c++ source code shows how to capture the screen.
Platform: | Size: 39936 | Author: shaun | Hits:

[CSharpC_Example_screen_capture_program_beginners

Description: C#初学者编程实例屏幕捕获程序C # Programming Example of screen capture program for beginners-C# Programming Example of screen capture program for beginners
Platform: | Size: 8192 | Author: ybs | Hits:

[Windows Developzzc

Description: 1)进程的创建: 编写一段程序,使用系统调用fork() 创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a”,子进程分别显示字符“b”和“c”。试观察记录屏幕上的显示结果,并分析原因。 (2)进程的控制 修改已经编写的程序,将每个进程输出一个字符改为每个进程输出一句话,再观察程序执行时屏幕上出现的现象,并分析原因。 如果在程序中使用系统调用lockf () 来给每一个进程加锁,可以实现进程之间的互斥,观察并分析出现的现象。 (3) a) 编写一段程序,使其实现进程的软中断通信。 要求:使用系统调用fork() 创建两个子进程,再用系统调用signal() 让父进程捕捉键盘上来的中断信号(即按DEL键);当捕捉到中断信号后,父进程用系统调用Kill() 向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: -1) The process of creation: write a program using the system call fork () to create two sub-processes. When this program runs, the system has a parent and two child activities. Let each process a character on the screen: the parent shows the character "a", the child characters are shown "b" and "c". Test observations display the results on the screen, and analyze the reasons. (2) process control changes have been prepared by the procedure to output a character to each process for each process output word, and then observe the program execution when the phenomenon appears on the screen, and analyze the reasons. If the program using system calls lockf () to lock to each process, you can achieve mutual exclusion between processes to observe and analyze phenomena. (3) a) write a program to attain the soft interrupt the process of communication. Requirements: to use the system call fork () to create two sub-processes, then the system call signal () to parent up to capture the keyboard inter
Platform: | Size: 113664 | Author: sky | Hits:

[.netExample024

Description: 此实例的是运用.net平台进行编写的屏幕捕捉程序的编程实例,C#语言简单而易懂,是个很好的编程实例。-This instance is to use. Net platform screen capture program written in the programming examples, C# language is simple and easy to understand, is a good programming examples.
Platform: | Size: 15360 | Author: 阿冲 | Hits:

[Video Capturecvtest

Description: 利用opencv库,用C++写的视屏捕捉和截取,以及屏幕响应的程序。-Use opencv library written in C++, screen capture and interception, and the screen responding.
Platform: | Size: 38912 | Author: zhang | Hits:

[Screen saverprscr

Description: PreentScreen on c++ is an simple application for Screen capture and snapshot.
Platform: | Size: 3072 | Author: alexustaz | Hits:

[Internet-Networkpingmujingling

Description: 这是一个例子程序,主要是向初学者演示一下如何利用WINSOCK在几台计 算机之间互相传输屏幕图象。 抓屏对象为正在运行“屏幕精灵”的计算机,如果关闭“文件”菜单的 “开放端口”选项,别人就无法用“屏幕精灵”查看自己的屏幕了。新建窗 口以后会自动抓第一屏,以后双击窗口就是下一屏,全屏显示后可以通过双 击来关闭全屏窗口。 该程序用C++BUILDER 4.0编译(第一次会因为缺少文件报错,不用跟他计 较,重新编译一次会自动创建的),由于该程序仅供学习参考之用,且编写较 为仓促,故程序结构略显混乱,大家可以自行做相应修改,但若将其中模块 用于商业用途请来信通知作者本人。-This is an example program, mainly to demonstrate how to use WINSOCK beginners a few dollars in the Among the computer screen image transmission. Screen capture of the object is running "screen wizard," the computer, if you close the "File" menu "Open port" option, others can not use the "Screen Wizard" to view your screen. New Window Port will automatically grab the first screen after the later double-click the window is the next screen, full screen by double-post Click to close full-screen window. The program using C++ BUILDER 4.0 compiler (the first error because of missing files, do not count with him More, re-created automatically compile time), because the program only to learn reference, and write more To rush, so the program structure is slightly confusing, we can modify their own accordingly, but when one module For commercial purposes please write and tell of the author.
Platform: | Size: 311296 | Author: 王二 | Hits:

[Special Effectsscreen_cap

Description: 可以扑捉屏幕,保存为图片。完整c++源代码,可以直接使用-Can capture the screen, save for the pictures. Complete c++ source code, can be used directly
Platform: | Size: 2427904 | Author: 周波 | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net